FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package surescripts.specialty#1.2.0-beta (47 ms)

Package surescripts.specialty
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=surescripts.specialty@1.2.0-beta&canonical=http://fhirdocs.surescripts.net/fhir/StructureDefinition/Parameters_SPOClinicalInformationRequest_ActiveAllergiesQuery
Url http://fhirdocs.surescripts.net/fhir/StructureDefinition/Parameters_SPOClinicalInformationRequest_ActiveAllergiesQuery
Status active
Date 2021-08-23
Name Parameters_SPOClinicalInformationRequest_ActiveAllergiesQuery
Experimental False
Description This Parameters profile defines the parameters that specify a query (request) for the current (i.e., status = active) allergies or intolerances for a specific patient. The data should be returned as a set of AllergyIntolerance resources when there are known substances to which the patient is allergic or has an intolerance to. If it is documented that there are no known allergies (NKA), or no known drug allergies (NKDA), this information should be returned as a single AllergyIntolerance resource with the SNOMED code for NKA/NKDA.
Copyright 2021
Type Parameters
Kind resource

Resources that use this resource

StructureDefinition
http://fhirdocs.surescripts.net/fhir/StructureDefinition/Bundle_SPOClinicalInformationRequest_General Bundle_SPOClinicalInformationRequest_General

Resources that this resource uses

No resources found



Source

{
  "resourceType" : "StructureDefinition",
  "id" : "Parameters-SPOClinicalInformationRequest-ActiveAllergiesQuery",
  "url" : "http://fhirdocs.surescripts.net/fhir/StructureDefinition/Parameters_SPOClinicalInformationRequest_ActiveAllergiesQuery",
  "name" : "Parameters_SPOClinicalInformationRequest_ActiveAllergiesQuery",
  "status" : "active",
  "date" : "2021-08-23",
  "publisher" : "Surescripts, LLC",
  "description" : "This Parameters profile defines the parameters that specify a query (request) for the current (i.e., status = active) allergies or intolerances for a specific patient. The data should be returned as a set of AllergyIntolerance resources when there are known substances to which the patient is allergic or has an intolerance to. If it is documented that there are no known allergies (NKA), or no known drug allergies (NKDA), this information should be returned as a single AllergyIntolerance resource with the SNOMED code for NKA/NKDA.",
  "copyright" : "2021",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Parameters",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Parameters",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Parameters.parameter",
        "path" : "Parameters.parameter",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "name"
            }
          ],
          "rules" : "open"
        },
        "definition" : "The parameters for requesting the current allergies and/or intolerances for a patient.",
        "min" : 5,
        "max" : "5",
        "mustSupport" : true
      },
      {
        "id" : "Parameters.parameter:resourceType",
        "path" : "Parameters.parameter",
        "sliceName" : "resourceType",
        "short" : "Parameter to specify FHIR resource type requested",
        "definition" : "This parameter defines the FHIR resource type to use for returning the requested allergy/intolerance data.",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Parameters.parameter:resourceType.name",
        "path" : "Parameters.parameter.name",
        "short" : "Parameter name",
        "definition" : "The name of the parameter for FHIR resource type.",
        "fixedString" : "ResourceType",
        "mustSupport" : true
      },
      {
        "id" : "Parameters.parameter:resourceType.value[x]",
        "path" : "Parameters.parameter.value[x]",
        "short" : "FHIR resource type",
        "definition" : "The FHIR resource type for allergy and intolerance information for the patient (AllergyIntolerance)",
        "min" : 1,
        "type" : [
          {
            "code" : "string"
          }
        ],
        "fixedString" : "AllergyIntolerance",
        "mustSupport" : true
      },
      {
        "id" : "Parameters.parameter:medicalRecordNumber",
        "path" : "Parameters.parameter",
        "sliceName" : "medicalRecordNumber",
        "short" : "Parameter to specify the patient medical record number",
        "definition" : "This parameter specified the patient medication record number for whom data is being requested.",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Parameters.parameter:medicalRecordNumber.name",
        "path" : "Parameters.parameter.name",
        "short" : "Parameter name",
        "definition" : "The name of the parameter for the patient's medical record number.",
        "fixedString" : "PatientMrn",
        "mustSupport" : true
      },
      {
        "id" : "Parameters.parameter:medicalRecordNumber.value[x]",
        "path" : "Parameters.parameter.value[x]",
        "short" : "The actual patient medical record number",
        "definition" : "The patient's medical record number",
        "min" : 1,
        "type" : [
          {
            "code" : "string"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Parameters.parameter:medicalRecordNumberMutuallyDefined",
        "path" : "Parameters.parameter",
        "sliceName" : "medicalRecordNumberMutuallyDefined",
        "short" : "This parameter ties back to the Patient/Identification/MutuallyDefined field from the SPOInitiationRequest. If that optional field was populated, the value will display here as well. If not, this value will be null.",
        "definition" : "This parameter specifies a medical record qualifier to make a patient MRN globally unique (when necessary). This parameter ties back to the Patient/Identification/MutuallyDefined field from the SPOInitiationRequest. If that optional field was populated, the value will display here as well. If not, this value will be null.",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Parameters.parameter:medicalRecordNumberMutuallyDefined.name",
        "path" : "Parameters.parameter.name",
        "short" : "Parameter name",
        "definition" : "The name of the parameter for the patient's medical record number qualifier.",
        "fixedString" : "MutuallyDefined",
        "mustSupport" : true
      },
      {
        "id" : "Parameters.parameter:medicalRecordNumberMutuallyDefined.value[x]",
        "path" : "Parameters.parameter.value[x]",
        "short" : "Medical record number qualifier value",
        "definition" : "The value of the medical record number qualifier for the patient's medical record number.",
        "min" : 1,
        "type" : [
          {
            "code" : "string"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Parameters.parameter:allergiesLOINC",
        "path" : "Parameters.parameter",
        "sliceName" : "allergiesLOINC",
        "short" : "Parameter to specify the LOINC used to identify a request for allergy and/or intolerance information",
        "definition" : "This parameter defines the LOINC used to request allergy and/or intolerance information.",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Parameters.parameter:allergiesLOINC.name",
        "path" : "Parameters.parameter.name",
        "short" : "Parameter name",
        "definition" : "The name of the parameter for the LOINC that identifies allergies/intolerances.",
        "fixedString" : "LoincCode",
        "mustSupport" : true
      },
      {
        "id" : "Parameters.parameter:allergiesLOINC.value[x]",
        "path" : "Parameters.parameter.value[x]",
        "short" : "The LOINC identifying allergies",
        "definition" : "The LOINC that is used to identify a request for patient allergy and/or intolerance information (48765-2).",
        "min" : 1,
        "type" : [
          {
            "code" : "string"
          }
        ],
        "fixedString" : "48765-2",
        "mustSupport" : true
      },
      {
        "id" : "Parameters.parameter:allergyIntoleranceStatus",
        "path" : "Parameters.parameter",
        "sliceName" : "allergyIntoleranceStatus",
        "short" : "Parameter to specify the allowed value for AllergyIntolerance.status",
        "definition" : "This parameter defines the allowed value for AllergyIntolerance.status (active).",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Parameters.parameter:allergyIntoleranceStatus.name",
        "path" : "Parameters.parameter.name",
        "short" : "Parameter name",
        "definition" : "The name of the parameter for defining the acceptable value for the AllergyIntolerance.status property",
        "fixedString" : "status",
        "mustSupport" : true
      },
      {
        "id" : "Parameters.parameter:allergyIntoleranceStatus.value[x]",
        "path" : "Parameters.parameter.value[x]",
        "short" : "The valid value for AllergyIntolerance status",
        "definition" : "The value that is valid for the AllergyIntolerance.status property (active).",
        "min" : 1,
        "type" : [
          {
            "code" : "string"
          }
        ],
        "fixedString" : "active",
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.